Pacify valgrind by initializing buffer redisplay bit.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jan 2014 16:47:41 +0000 (08:47 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 20 Jan 2014 16:47:41 +0000 (08:47 -0800)
commit454458edf4aa72ca8f730e226f8396b56e6583b1
tree48bb4580405b4dc78d05e2882a9b0855991f17f4
parent9dcc5e3fd9636a88ae29a5c1bed9605ee9f0f054
Pacify valgrind by initializing buffer redisplay bit.

Problem reported by Dmitry Antipov in
<http://lists.gnu.org/archive/html/emacs-devel/2014-01/msg01756.html>.
* alloc.c (USE_VALGRIND): Move this to ...
* conf_post.h (USE_VALGRIND): ... here.  Use booleans.
* buffer.c (Fget_buffer_create): Initialize redisplay bit
to pacify valgrind.
src/ChangeLog
src/alloc.c
src/buffer.c
src/conf_post.h